home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / DocDisk42.adf / 36 < prev    next >
Text File  |  1993-06-20  |  48KB  |  1,318 lines

  1.                      PC-TASK MANUAL
  2.  
  3. Copyright
  4.  
  5.      PC-Task software and documentation are copyright Chris Hames.  No part
  6. may  be reproduced, transmitted, translated into other languages, posted to
  7. a  network, or distributed by electronic or other means without the express
  8. written  permission  of  the  author Chris Hames.  This software may not be
  9. rented,  lent  or  leased.   You  may not decompile, disassemble or reverse
  10. engineer the software.
  11.  
  12.  
  13. Disclaimer
  14.  
  15.      No  responsibility  or  liability will be accepted for any damage that
  16. may  appear  to have resulted from use of this program.  All use is at your
  17. own risk.  The software is provided "as is" without any warranty implied or
  18. otherwise  to  the  fitness  or accuracy of the software and documentation.
  19. The  author  reserves the right to update the software and/or documentation
  20. without notice.
  21.  
  22.  
  23. TradeMarks
  24.  
  25. Commodore is a registered trademarks of Commodore Electronics, Ltd.  Amiga,
  26. Amiga  500,  Amiga  2000,  Amiga  3000,  AmigaDOS,  Amiga  Kickstart, Amiga
  27. Workbench  are  trademarks of Commodore-Amiga, Inc.  IBM, VGA, EGA, CGA and
  28. MDA  are  trademarks  of International Business Machines Corp.  MS-DOS is a
  29. registered  trademark  of  Microsoft  Inc.   WordPerfect  is  a  registered
  30. trademark  of WordPerfect Corporation.  All other trademarks are trademarks
  31. of their relative companies.
  32.  
  33.  
  34. ***************************************************************************
  35.  
  36.  
  37. Contents
  38.  
  39.  
  40.              General Information
  41.  
  42.  
  43.      Introduction                                        1.1
  44.      System Requirements                                 1.2
  45.      Backing up your PC-Task Disk                        1.3
  46.      Installing PC-Task on your Hard Disk                1.4
  47.  
  48.  
  49.              Starting and Configuring
  50.  
  51.  
  52.      Starting PC-Task                                    2.1
  53.      Option Screen and starting the Emulator             2.2
  54.      Saving options/Using defaults/Quitting              2.3
  55.      Floppy Drive options                                2.4
  56.      Hard Drive options                                  2.5
  57.      Graphics Adapter options                            2.6
  58.      Parallel and Serial options                         2.7
  59.      Priority options                                    2.8
  60.      Memory options                                      2.9
  61.      ToolTypes/ShellArguments                            2.10
  62.  
  63.  
  64.              Emulating
  65.  
  66.  
  67.      General Emulating info                              3.1
  68.      Turning the Mouse Driver on                         3.2
  69.      Quitting the Emulator                               3.3
  70.  
  71.  
  72.              Using your PC
  73.  
  74.  
  75.      Resetting the emulator                              4.1
  76.      Getting programs to work                            4.2
  77.      Using DOS                                           4.3
  78.      Using PC-Task DOS utils CopyToA & CopyToI           4.4
  79.  
  80.  
  81.  
  82.              Amiga Technical Information
  83.  
  84.  
  85.      Creating a Hard Drive partition                     5.1
  86.      Creating fast temporary Drive in ram                5.2 
  87.      Amiga <-> IBM file exchanging with Floppies         5.3
  88.      Amiga <-> IBM file exchanging with File Drives      5.4
  89.      Amiga <-> IBM file exchanging with Partitions       5.5
  90.      Using a 5 1/4 40 track drive                        5.6
  91.      Using an Amiga CDROM drive                          5.7
  92.      Getting as much memory as possible                  5.8
  93.      Getting faster emulation                            5.9
  94.  
  95.  
  96.              IBM PC Technical Information
  97.  
  98.  
  99.      IBM PC Boot Procedure                               6.1
  100.  
  101.  
  102.              Other Information
  103.  
  104.  
  105.      Technical Support                                   7.1
  106.      Common Problems                                     7.2
  107.      Bug Reporting                                       7.3
  108.      Glossary                                            7.4
  109.      References                                          7.5
  110.  
  111.  
  112. ***************************************************************************
  113.  
  114.  
  115.           1.1 Introduction
  116.           ****************
  117.  
  118.  
  119.      Even  though  the Amiga range of computers are excellent, the world PC
  120. market  is  still  dominated  by  IBM  PC's.  So you might want to run some
  121. programs  written  for  the  IBM PC but don't want to buy another computer.
  122. This is where PC-Task comes in, it allows you to run the majority of IBM PC
  123. programs  on  your  Amiga  computer  and  hence  make use of the memory and
  124. peripherals  you already have.  The speed of PC-Task is directly related to
  125. the speed of you Amiga so when you make your Amiga faster your PC emulation
  126. becomes faster.
  127.  
  128.      Multitasking  is  what  has  set  the  Amiga apart from other PC's and
  129. PC-Task  works fully without taking over the machine.  PC-Task just becomes
  130. another application screen that you switch to when wanted.
  131.  
  132.      The  emulator supports two floppy drives as well as two hard drives so
  133. that  you  have a versatile environment.  Pseudo hard drives can be created
  134. as  a  file  on  your  hard  disk.   This feature allows the use of already
  135. created  bridgeboard pseudo hard drive files.  You can also use a partition
  136. as a hard drive.
  137.  
  138.      MSDOS  is not supplied, I suggest you use version 5.0 or 3.3.  You can
  139. produce  a  720K  bootable(system)  disk usually by putting a 3.5 inch DSDD
  140. disk  into  a  real  IBM  computer(or  compatible  and  at the MSDOS prompt
  141. typing(Assuming you put it in the A:  drive):-
  142.  
  143.      "format a: /s" OR "format a: /s /f:720" OR "format a: /s /n:9"
  144.  
  145.      The  manual  tries  to  keep  things  easy to understand with the more
  146. technical  information  that  might  be  of use to a advanced user in later
  147. sections.
  148.  
  149.  
  150.           1.2 System Requirements
  151.           ***********************
  152.  
  153.  
  154.      PC-Task  requires  an  Amiga  500, 600, 1000, 1200, 2000, 3000, 3000T,
  155. 4000  with  at  least  512K  of ram (some features require at least 1 meg).
  156. Versions for 68000, 68010, 68020+(and later) processors are provided on the
  157. disk.  The system must be running Kickstart/Workbench 1.2 or later.
  158.  
  159.  
  160.           1.3 Backing up your PC-Task Disk
  161.           ********************************
  162.  
  163.  
  164.      The PC-Task disk can be copied so that should something happen to your
  165. copy you can continue to use the program by obtaining another copy from the
  166. original  disk.   Consult your Workbench manuals for further information on
  167. making backups.
  168.  
  169.      You  can only make a backup for your own personal use.  Please respect
  170. the  enormous  amount of work put into this product and do not make illegal
  171. copies  for  other  people.   The more registered users of this product the
  172. better for you as it will promote further development of the software.
  173.  
  174.  
  175.           1.4 Installing PC-Task on your Hard Disk
  176.           ****************************************
  177.  
  178.  
  179.      Boot  off  your  hard  disk  or a workbench disk into workbench.  Then
  180. insert  the  PC-Task disk.  You should now be looking at a workbench screen
  181. with  the  disk icon for PC-Task.  Double click the PC-Task disk icon and a
  182. window  will  be displayed.  In this window are various versions of PC-Task
  183. as  well  as a utility call TDPatch1213.  Open the drawer of your hard disk
  184. where you wish to put PC-Task.  Now you must drag at least one of the icons
  185. across  from the PC-Task window to the drawer on your hard disk.  If have a
  186. system which is running Kickstart/Workbench 1.2 or 1.3 drag the TDPatch1213
  187. icon  to  your hard disk.  Now you need to drag one of the PC-Task programs
  188. to your hard disk.  Which one depends on which processor your machine has:-
  189.  
  190. PC-Task68000    is for 68000 machines.
  191.                 Such as stock Amiga 500, 600, 1000, 2000's.
  192.  
  193. PC-Task68010    is for 68010 machines which no current Amiga comes with
  194.                 but someone might have installed.
  195.  
  196. PC-Task68020+   is for 68020 or later processors.
  197.                 Such as stock Amiga 1200, 3000, 3000T, 4000's.
  198.  
  199.  
  200.      You  could  of course drag all three versions across to your hard disk
  201. but this would waste some space as only one will work on your machine.
  202.  
  203.  
  204. ***************************************************************************
  205.  
  206.  
  207.           2.1 Starting PC-Task
  208.           ********************
  209.  
  210.  
  211.      If  you  are running under kickstart 1.2 or 1.3 then you need to first
  212. double  click  the  TDPatch1213  program.  This program fixes bugs and adds
  213. some features to kickstart to allow reading and writing to IBM floppy disks
  214. when running PC-Task.
  215.  
  216.      Now you must choose the correct version of PC-Task for your machine to
  217. run.   It is dependent on your processor.  Here is a guide to which version
  218. is for your machine:-
  219.  
  220. PC-Task68000    is for 68000 machines.
  221.                 Such as stock Amiga 500, 600, 1000, 2000's.
  222.  
  223. PC-Task68010    is for 68010 machines which no current Amiga comes with
  224.                 but someone might have installed.
  225.  
  226. PC-Task68020+   is for 68020 or later processors.
  227.                 Such as stock Amiga 1200, 3000, 3000T, 4000's.
  228.  
  229.  
  230.      To  start  PC-Task  just  double click the icon of the program that is
  231. appropriate  to  your machine.  The program should then load up and display
  232. an option screen.
  233.  
  234.      If  the  option  screen  did  not  appear  but  instead a error window
  235. appeared  and  said you had the wrong processor then you have run the wrong
  236. version of PC-Task for you machine so try a different version.
  237.  
  238.  
  239.           2.2 Option Screen and starting the Emulator
  240.           *******************************************
  241.  
  242.  
  243.      The  option  screen  allows  you  to  change  various functions of the
  244. emulator  but  the  only  thing you must do to begin emulating is click the
  245. start button or press the return key.
  246.  
  247.  
  248.           2.3 Saving options/Using defaults/Quitting
  249.           ******************************************
  250.  
  251.  
  252.      The  option screen has three gadgets at the bottom right of the screen
  253. that control the configuration of PC-Task.
  254.  
  255.  
  256. Use Defaults
  257.  
  258.      This resets all options to the default initial values.
  259.  
  260.  
  261. Save Configuration
  262.  
  263.      This   creates   a   file   called   "PC.config"  which  contains  the
  264. configuration  as  currently  set.  PC-Task attempts to load this file each
  265. time it is executed and will use its values if found.
  266.  
  267.  
  268. Quit
  269.  
  270.      Just quits PC-Task from the option screen.
  271.  
  272.  
  273.           2.4 Floppy Drive options
  274.           ************************
  275.  
  276.  
  277.      On  the  bottom  left  of  the  option  screen are the assignments for
  278. PC-Task's  floppy  drives A and B.  The floppy drives can be be assigned to
  279. any  device and will in be used in the emulation as the PC's A and B drive.
  280. All  you  have  to  do  is  enter  the  name of the drive into the two text
  281. gadgets.   By  default  they are assigned to DF0:  for A and to DF1:  for B
  282. which are the first two Amiga floppy disk drives.
  283.  
  284.      If  you  have  two  external floppy drives you might want to use those
  285. instead  and give your default internal floppy drive DF0:  a rest.  In this
  286. case you would set A to DF1:  and B to DF2:  or visa versa.
  287.  
  288.      The drives by default are used as IBM PC 720K (or 1.44 Meg if you have
  289. a  special High density drive) drives and hence can only read disks of that
  290. format.   Please  note that most Amiga drives DO NOT read 3.5inch 1.44 Meg.
  291. Some  new  machines  are  now  being sold with a new drive which allows the
  292. reading  of  High  Density  (1.44Meg) disks.  To find out if your drive can
  293. read  such  disks  place a HighDensity disk (they have the extra hole) in a
  294. drive and format it from Amiga Workbench (You must be running Kickstart 2.0
  295. or  later).  If it creates a disk with capacity 1.7Meg then you have a high
  296. density drive.
  297.  
  298.      People  who  mount  their drives as IBM format drives so they can read
  299. and write files using the Workbench 2.1/3.0 MSDOS filesystem, or other such
  300. software available can use the entry they use for that (eg PC0:, PC1:).
  301.  
  302.  
  303.           2.5 Hard Drive options
  304.           **********************
  305.  
  306.  
  307.      A  Hard drive with PC-Task can either be a file on you Amiga hard disk
  308. which  is  treated  as  a hard drive in the emulator or a partition on your
  309. Amiga  hard  disk.  You can have two hard drives with the emulator C and D.
  310. If  you  chose  to set up only one it must be the C drive as the D drive is
  311. not  available if the C drive is not found.  The emulator will boot off the
  312. hard  drive  C  if  no  IBM  disk  is found in floppy A and hard drive C is
  313. bootable.   Note  that  some  versions of IBM DOS do not work on hard drive
  314. partitions  of  size larger than 32 megabytes so it is suggested you create
  315. hard drives of 32 megabytes or less.
  316.  
  317.      See  the  important  information  on  setting  up  a  partition in the
  318. technical  section  if  you want to use a real partition on your Amiga hard
  319. drive  instead  of  a  file  hard  drive.   It  should only be attempted by
  320. advanced users.
  321.  
  322.      If  you have a existing bridgeboard hard drive file all you have to do
  323. is  press the left mouse button over one of the hard drive text gadgets and
  324. enter   the   file   name   (including   path)   in   the  text  gadget  eg
  325. "Work:IBMHardDriveFile".
  326.  
  327.  
  328. If you want to create a hard drive file on your Amiga hard disk:-
  329.  
  330. Step 1.
  331. -------
  332.  
  333.     Click on the "Create HardDiskFile" gadget.
  334.  
  335. Step 2.
  336. -------
  337.  
  338.     Click  the  file  name  text  gadget and enter the file name (including
  339. path) you wish to use.  eg "Work:IBMHardDriveFile"
  340.  
  341. Step 3.
  342. -------
  343.  
  344.     Click  the size text gadget and enter the size in megabytes you wish to
  345. use.  A value of less than 32(Meg) is recommended.
  346.  
  347. Step 4.
  348. -------
  349.  
  350.     Click  the  "GoDoIt"  gadget.  If all is well your hard drive will then
  351. start  and  after some seconds (depending on the size you specified and the
  352. speed  of your hard drive) the file should be created.  DO NOT reset during
  353. this  step  as  resetting  while  a  hard  disk  is writing can cause major
  354. problems.
  355.  
  356. Step 5.
  357. -------
  358.  
  359.     Click  the  HardDrive  C  text gadget and enter the name you entered in
  360. step 2.  You might want to save this new configuration at this stage.
  361.  
  362. Step 6.
  363. -------
  364.  
  365.     Start  the  emulator  and  boot  off  a  MSDOS  disk that has the MSDOS
  366. programs  FDisk and Format contained on the disk.  These programs are MSDOS
  367. commands  that  are  not  contained in COMMAND.COM but are instead separate
  368. commands that come with MSDOS if you purchase it.
  369.  
  370.     Note you could just use the MSDOS 5.0 install disk for steps 6 to 8.
  371.  
  372. Step 7.
  373. -------
  374.  
  375.     Execute  the FDisk program and partition the hard disk (Note usually it
  376. is sufficient to just press return to all options).
  377.  
  378. Step 8.
  379. -------
  380.  
  381.     Now use the format command:-
  382.  
  383.         "format c:"         (Just to format it)
  384.         "format c: /s"      (If you want the Hard Disk to be bootable)
  385.  
  386.     Or you might also be able to make it bootable by using the command
  387.     "sys c:"
  388.  
  389. Step 9.
  390. -------
  391.  
  392.     You should now be able to access hard drive c:.
  393.  
  394.  
  395.           2.6 Graphics Adapter options
  396.           ****************************
  397.  
  398.  
  399.      You  can emulate four different display adapters, you can toggle which
  400. mode  you  will  use by pressing the left mouse button on the gadget to the
  401. right of the "Graphics Adapter" text.
  402.  
  403.      MDA  which  is  a  monochrome  text only adapter that will give faster
  404. updates.   If  you choose to use MDA you can set the two colors by pressing
  405. the  left  mouse button on one of the two color boxes.  Then adjust the for
  406. red, green, and blue gadget controls on the right of them.
  407.  
  408.      CGA  is the default and has the most complete implementation and hence
  409. compatibility.
  410.  
  411.      EGA will do all the modes of MDA and CGA as well as some more graphics
  412. modes.
  413.  
  414.      VGA  will  do  all  the modes of MDA, CGA and EGA as well as some more
  415. graphics  modes.   One VGA mode requires a machine with the AGA chipset (or
  416. better) such as the A1200 or A4000.  Also VGA has better palette definition
  417. with  the  ability  to  pick  from  256K colors, with the ECS and old Amiga
  418. chipset only able to pick from 4K colors.
  419.  
  420.      Many  games  use  non  standard modes and features of EGA/VGA so don't
  421. expect many to run correctly.  Here is a list of the modes supported:-
  422.  
  423. Mode 00   Text    40*25   CGA,EGA,VGA
  424. Mode 01   Text    40*25   CGA,EGA,VGA
  425. Mode 02   Text    80*25   CGA,EGA,VGA
  426. Mode 03   Text    80*25   CGA,EGA,VGA
  427. Mode 04 Graphics 320*200  CGA,EGA,VGA
  428. Mode 05 Graphics 320*200  CGA,EGA,VGA
  429. Mode 06 Graphics 640*200  CGA,EGA,VGA
  430. Mode 07   Text    80*25   MDA,EGA,VGA
  431. Mode 0D Graphics 320*200  EGA,VGA
  432. Mode 0E Graphics 640*200  EGA,VGA
  433. Mode 0F Graphics 640*350  EGA,VGA
  434. Mode 10 Graphics 640*350  EGA,VGA
  435. Mode 11 Graphics 640*480  VGA
  436. Mode 12 Graphics 640*480  VGA
  437. Mode 13 Graphics 320*200  VGA (requires AGA chipset)
  438.  
  439.  
  440.           2.7 Parallel and Serial options
  441.           *******************************
  442.  
  443.  
  444.      You  can  toggle  the "Use Parallel" and "Use Serial" gadgets to on or
  445. off  by pressing the left mouse button on the gadgets.  When the gadget has
  446. a  tick  displayed  you will be able to use the parallel or serial port for
  447. printing  or communications with a modem during emulation.  By default both
  448. are  turned  on for use, if you want to use another Amiga program that uses
  449. either  of  these  ports  you  might  want  to turn them off.  See also the
  450. ToolTypes/ShellArguments  section  for  information  on how to select other
  451. serial and parallel ports.
  452.  
  453.  
  454.           2.8 Priority options
  455.           ********************
  456.  
  457.  
  458.      Since your machine will still be multitasking and you will want to get
  459. maximum performance out of the emulator two options are provided to control
  460. processor  allocation.   "Priority  when  selected"  is  the  priority  the
  461. processor  should  give to running the emulator when the emulator screen is
  462. selected.   "Priority  when  not  selected"  is  the priority the processor
  463. should  give  to  running  the  emulator  when  the  emulator screen is not
  464. selected.
  465.  
  466.      Giving a value of one for "Priority when selected" allows the emulator
  467. to  get  the  majority of the processors time when you are working with it.
  468. Giving  a  value negative one for "Priority when not selected" allows other
  469. programs to get the majority of the processor when you are not working with
  470. the emulator.
  471.  
  472.  
  473.           2.9 Memory options
  474.           ******************
  475.  
  476.  
  477.      In  the bottom right box you will find two sets of up/down gadgets for
  478. changing  the  amount of memory the emulator will try to use for the IBM PC
  479. and  the  minimum  amount  it will leave free.  "Memory Kilobytes" sets the
  480. amount  of  memory  PC-Task  will  try  to  allocate for emulation with the
  481. maximum  allowed  being  704K  if  you have the MDA or CGA graphics adapter
  482. selected and 640K if EGA or VGA is selected.  For best compatibility select
  483. 640K.   If  the  emulator  fails  to  get  the amount set it will try for a
  484. smaller amount until it gets too low to be functional.
  485.  
  486.  
  487.      "Minimum  Leave  Available"  is  the  minimum  the emulator will leave
  488. available  for other Amiga programs after allocating the main memory.  This
  489. can  be  used  to ensure that available memory does not get to low when the
  490. emulator allocates the amount it wants.  If memory available gets below 64K
  491. the  system  is  more likely to crash.  I suggest never lowering this value
  492. below 16K.
  493.  
  494.  
  495.           2.10 ToolTypes/ShellArguments
  496.           *****************************
  497.  
  498.  
  499.      PC-Task  has  some  options  that  cannot  be accessed from the option
  500. screen.   These options are more for the advanced user and are specified by
  501. adding the ToolType to the PC-Task icon or specifying the keyword after the
  502. program name when starting PC-Task from a Shell/CLI.
  503.  
  504. NOOPTIONSCREEN=ON
  505.  
  506.      This  stops the option screen from appearing.  Use it if you are happy
  507. with  the  options  you  have  set  up  and  want PC-Task to go straight to
  508. emulation.
  509.  
  510. SMOOTHSCREENCHANGE=ON
  511.  
  512.      Since  version 1.1, PC-Task when changing screen resolution closes the
  513. current  screen  and  opens  a  new one.  This keyword makes it use the old
  514. method  which  may not work in the future, but it does look nicer since the
  515. screen  is  manipulated instead of a new one being opened.  It doesn't seem
  516. to work with the MONITOR keyword.
  517.  
  518. MAXDEPTHTWO=ON
  519. MAXDEPTHTHREE=ON
  520.  
  521.      These limit the maximum screen depth that PC-Task will open.  This can
  522. be  of  great  use  on  an  Old or ECS Chipset machine with chip (graphics)
  523. memory only or chip and slowfast (memory at $c00000 which is called fast on
  524. the  system  but is as slow as chip memory) memory only.  On such a machine
  525. any more than a depth of two on a screen with a width of 640 will slow down
  526. operation of PC-Task.  So if you don't mind loosing some colors you can get
  527. faster operation by using either of these keywords.  MAXDEPTHTWO limits the
  528. screen  display  to  a depth of 2 for HIRES (width 640) screens.  For LORES
  529. (width 320) screens double the Depth is allowed before slowdown occurs.
  530.  
  531. MONITOR=monitor.name
  532.  
  533.      Only  for  Kickstart 2.0+ users.  This is for people with PAL machines
  534. who want the PC-Task screen to fill the complete screen.  You must have the
  535. NTSC  monitor  in your Workbench startup drawer or similar and have a newer
  536. type  Agnus  chip  or AGA which can produce the 60Hz display.  Examples are
  537. "ntsc.monitor"  for  ECS/AGA  machines  and  "DoubleNTSC.monitor"  for  AGA
  538. machines.  It can also be used by people who have NTSC machines who use the
  539. 640*480  VGA  modes,  by  using  "pal.monitor" to get the full display.  It
  540. replaces the FORCENTSC keyword that was in a previous version.
  541.  
  542. SERIAL=name.device,unit,flags
  543.  
  544.      If you have more than the internal serial port on your machine or just
  545. want  PC-Task  to  use  the  device instead of going direct to the internal
  546. serial port hardware you can use this keyword.  For using the internal port
  547. with the serial device "serial.device,0,0".
  548.  
  549. PARALLEL=name.device,unit,flags
  550.  
  551.      If  you  have more than the internal parallel port on your machine you
  552. can  use  this  keyword.   What  PC-Task  defaults to when you don't give a
  553. PARALLEL keyword is "parallel.device,0,32".  The 32 means to open in shared
  554. mode.
  555.  
  556. FONT=name.font
  557.  
  558.      If  you  wish  to specify your own font for use during emulation.  You
  559. can supply 8*8, 8*14 and 8*16 fonts.
  560.  
  561. NOGOLDENGATE=ON
  562.  
  563.      Use this to ignore a GoldenGate I or II board.
  564.  
  565. FORCEFASTMEM=ON
  566.  
  567.      Force PC-Task to get the IBM memory from fast ram.  Only of use if you
  568. have more chip memory than fast memory.
  569.  
  570. BADPAL=ON
  571.  
  572.      Makes  the 68010 version of PC-Task allow 68020+ processors to use it.
  573. This might be of use to people who have a bad 68030 board that doesn't read
  574. words from odd locations.
  575.  
  576. NEWSCREENALWAYS=ON
  577.  
  578.      This  forces PC-Task to open a new screen whenever it changes from one
  579. screen mode to another.
  580.  
  581. ***************************************************************************
  582.  
  583.  
  584.           3.1 General Emulating Info
  585.           **************************
  586.  
  587.  
  588.      The  emulator starts by displaying the memory available for the IBM PC
  589. and  Drive  A-D's  allocation.   It will then try to boot off the floppy in
  590. floppy drive A.  You then just have to insert a 720K DOS boot disk into the
  591. drive  A which is usually the internal drive DF0:.  It will try to boot off
  592. the  Hard  Drive C if no disk is found in A.  You should now be able to run
  593. IBM PC software as you would on a real IBM PC.
  594.  
  595.  
  596.           3.2 Turning the Mouse Driver on
  597.           *******************************
  598.  
  599.  
  600.      To  turn  the  mouse  driver  on press the LeftAmiga-P all at the same
  601. time.  This should usually be done just before starting the IBM program you
  602. wish to use the mouse with.
  603.  
  604.      You  can  also  use  the  MSDOS utility PCTMouse that is supplied with
  605. PC-Task to turn the mouse driver on.  If you want the mouse driver to be on
  606. always you can put the PCTMouse command in your AUTOEXEC.BAT file (see your
  607. MSDOS manual for more details on the AUTOEXEC.BAT file).
  608.  
  609.      Note  the  top  part  of the screen is cleared when you turn the mouse
  610. driver on and you can no longer use the screens drag and depth gadgets.
  611.  
  612.  
  613.           3.3 Quitting the emulator
  614.           *************************
  615.  
  616.  
  617.      To  exit out of the emulator press the LeftAmiga-RightAmiga-DEL all at
  618. the same time.  You can also use the MSDOS utility PCTQuit that is supplied
  619. with PC-Task.
  620.  
  621.  
  622. ***************************************************************************
  623.  
  624.  
  625.           4.1 Rebooting
  626.           *************
  627.  
  628.  
  629.      To  reboot the IBM just press the Ctrl-Alt-DEL all at the same time as
  630. you would do on a normal IBM.
  631.  
  632.  
  633.           4.2 Getting programs to work
  634.           ****************************
  635.  
  636.  
  637.      Some  programs  might  work when you use a different graphics adapter,
  638. CGA is the most compatible adapter in PC-Task.
  639.  
  640.      Make  sure the program you are trying will work on a normal IBM PC and
  641. does not require a 80286 or 80386+ machine, or more that 640K of memory.
  642.  
  643.      Use  the  640K  memory setting on the options screen as it is the most
  644. compatible.
  645.  
  646.      Many WordPerfect 5.1 versions require a switch otherwise it just loads
  647. a  bit  then stops.  Use "WP/bp=0" instead of just "WP" to start it and the
  648. problem is fixed.
  649.  
  650.  
  651.           4.3 Getting around in IBM DOS
  652.           *****************************
  653.  
  654.  
  655.      There  are  many versions of DOS for IBM PC's here is a quick guide to
  656. some of the most common commands.  The basic idea is to type "a:" return to
  657. refer  to  drive  a and "b:" return to refer to drive b etc.  Filenames are
  658. usually  of  8  characters with a 3 character ending describing the type of
  659. file.   File's  ending  with .exe or .com are usually programs which can be
  660. run by typing their name.  Script type files .bat are text files containing
  661. a  list  of  commands to execute which you can execute by just typing their
  662. name.  General text files usually end with .doc or .txt.
  663.  
  664. cls     Clear the screen.
  665.  
  666. date    Enter/View the date.
  667.  
  668. dir     Show's the names/dates/sizes of files and dirs contained
  669.         on a disk.
  670. dir/p   Same as dir above but you press a key after each page.
  671. dir/w   Same as dir but spread across the screen with just names.
  672.  
  673. cd      Make a directory the current(default) one, to move in and out
  674.         of dirs.
  675. cd db   Would go into the db directory if it was in the current dir.
  676. cd \    Take's you to the directory above(parent) the one you are
  677.         currently in.
  678.  
  679. type filename.???
  680.         Would display to the screen a text file called "filename.???"
  681.  
  682. del filename.???
  683.         Would delete a file called "filename.???"
  684.  
  685. copy filename.??? b:
  686.         Would copy the file called "filename.???" to the disk in
  687.         drive b.
  688.  
  689.  
  690.          4.4 Using CopyToA & CopyToI
  691.          ***************************
  692.  
  693.  
  694.      PC-Task  comes  with  two IBM-DOS utility programs.  They allow you to
  695. copy  files  between  the  PC-Task  program and your Amiga disks.  While in
  696. PC-Task you can:-
  697.  
  698.      CopyToI AmigaPathFile IBMPathFile
  699.  
  700.      To copy a file on your Amiga Harddisk to your IBM floppy you could
  701.  
  702.         "CopyToI DH0:file.dat a:file.dat"
  703.  
  704.      CopyToA IBMPathFile AmigaPathFile
  705.  
  706.      To copy a file on your IBM floppy to your Amiga Harddisk you could
  707.  
  708.         "CopyToA a:file.dat DH0:file.dat"
  709.  
  710.      To print a file using your Amiga printer driver you can
  711.  
  712.         "CopyToA a:file.txt PRT:"
  713.  
  714.      Or to copy a file directly to your Amiga parallel port you can
  715.  
  716.         "CopyToA a:file.txt PAR:"
  717.  
  718.  
  719.  
  720. ***************************************************************************
  721.  
  722.  
  723.          5.1 Creating a Hard Drive partition
  724.          ***********************************
  725.  
  726.  
  727.      The  setting  up  of  a  partition  on  your  hard  disk is a lot more
  728. complicated  than  using a file as a hard disk.  I suggest users use a hard
  729. disk  file as described in section 2.5 (Hard Drive options).  Only advanced
  730. users  should  attempt this and even they must keep in mind the wrong setup
  731. could  cause  the  loss  of other data on the hard disk.  You must assign a
  732. area  of  your  hard  drive  for  this  either  using software (if you have
  733. partition  creating  software  for  your  hard  drive) or actually create a
  734. mountlist  entry for the partition in file "devs:mountlist".  I suggest you
  735. don't  create  a  partition  of  more  than  31  meg to avoid various MSDOS
  736. problems.
  737.  
  738.      The DOSType (sometimes called Identifier) _MUST_ be set to 0x4d534800,
  739. then  specify  the partition as hard drive C or D on the PC-Task screen and
  740. use FDisk and Format to partition it.
  741.  
  742.      MSDOS  has  a series of restrictions on the size of various parameters
  743. of  a  hard  disk.   The  way  PC-Task  gets  around this problem is if the
  744. DOSType=0x4d534800 it:-
  745.  
  746. TotalNumberOfBlocks=((HighCyl + 1) - LowCyl) * Surfaces * BlocksPerTrack
  747.  
  748. MSDOS_BlocksPerTrack=26
  749.  
  750. MSDOS_Surfaces=((TotalNumberOfBlocks/26)/1024)+1
  751. OR if ((TotalNumberOfBlocks/26)/1024)+1 < 2 MSDOS_Surfaces=2
  752.  
  753. MSDOS_CYLINDERS=(TotalNumberOfBlocks/26)/MSDOS_Surfaces
  754.  
  755.  
  756.      If  you  do not set DOSType=0x4d534800, then PC-Task will just pass on
  757. the parameters to MSDOS.  So they MUST be within these restrictions:-
  758.  
  759. Surfaces          - Must have value in range of 1 to 255
  760. BlockPerTrack     - Must have value in range of 8 to 63
  761.  
  762. ALSO:  ((HighCyl + 1) - LowCyl)   Must have value in range of 1 to 1024
  763.  
  764.  
  765.  
  766.           5.2 Creating fast temporary Drive in ram
  767.           ****************************************
  768.  
  769.  
  770.      Some  IBM programs do a large amount of disk read/writing of temporary
  771. files  and  so  you  might want to set up a a drive in ram for them to use.
  772. One  way is to use the Hard Drive D (or use C if you are not already).  You
  773. can do this by creating a HardDiskFile in ram, then going into the emulator
  774. FDisk'ing  and Format'ing it then quitting the emulator, coping the file to
  775. your hard disk and then creating a script file that copies the file to ram.
  776. So  then  you  just have to execute that script file before running PC-Task
  777. and you will always have a fast ram drive.
  778.  
  779.  
  780.           5.3 Amiga <-> IBM file exchanging with Floppies
  781.           ***********************************************
  782.  
  783.      The  software  that  comes  with  Workbench 2.1/3.0, MSH, MultiDOS and
  784. similar  products can be used to access files on IBM PC 720K disks from the
  785. Amiga  environment.   If you are going to use one of them specify the drive
  786. name used to access the floppy in the PC-Task option screen.
  787.  
  788.      WARNING  filesystems usually make the assumption they are the only one
  789. with  access  to  a drive, hence they often keep data internally.  So don't
  790. write  from inside and outside PC-Task and expect both system to know about
  791. the change.  You can use the diskchange command from the Amiga side to tell
  792. the  Amiga  filesystem  that  the  disk  has been changed since it was last
  793. accessed but no such command exists under MSDOS.  I suggest you don't write
  794. to a drive from the Amiga side when PC-Task is running.
  795.  
  796.  
  797.           5.4 Amiga <-> IBM file exchanging with File Drives
  798.           **************************************************
  799.  
  800.  
  801.      The  software  that  comes  with  Workbench 2.1/3.0, MSH, MultiDOS and
  802. similar  products  currently  do not allow for reading of these PC-Task and
  803. bridgeboard type file drives.  BUT provided on the PC-Task disk is a device
  804. called  "hardfile.device"  which  can  be  used  with software to allow for
  805. reading and writing of files from file drives.
  806.  
  807.      You  must add an entry to you "devs:mountlist" and mount the device to
  808. be  able  to  access  the  file  drive.   Also  you must assign HF:  to the
  809. directory  containing the hard drive file.  And the hard drive file must be
  810. name   HardFile0   or   similar   depending  on  the  unit  you  use.   The
  811. hardfile.device  automatically  gets  past the partition information.  This
  812. adds  the  complication  that  you  loose  the  first  track  which must be
  813. accounted for in mountlist.
  814.  
  815.      When   PC-Task   creates   a   Hard  Drive  File  it  always  uses  32
  816. BlocksPerTrack  4  Surfaces and varies the amount of cylinders(16 per meg).
  817. But with the mountlist you must allow for that missing track.  A simple way
  818. to  do  this  is  to  set  surfaces  to  1 instead of 4 and to multiply the
  819. cylinder number by 4 and subtract one for the missing partition track.
  820.  
  821.      Using  the  way  the  hardfile.device calculates the drive size we can
  822. check to see we are getting the correct size for the harddrive which is the
  823. normal  size  minus the missing track(which is BlockPerTrack blocks).  Here
  824. is how the hardfile.device calculates size of a partition:-
  825.  
  826. SizeInBlocks = ((HighCyl + 1) - LowCyl) * Surfaces * BlocksPerTrack
  827.  
  828. So for one meg:-
  829.  
  830. SizeInBlocks = ((62 + 1) - 0) * 1 * 32 = 2016
  831.                                          (which is 2048(1Meg) - 32 )
  832.  
  833. Here is a Workbench 2.1/3.0 one meg hard drive file example:-
  834.  
  835. MH0:       Device = hardfile.device
  836.            Unit   = 0
  837.            Flags  = 0
  838.            Surfaces  = 1
  839.            BlocksPerTrack = 32
  840.            LowCyl = 0
  841.            HighCyl = 62
  842.  
  843.     Reserved = 0
  844.     FileSystem = L:CrossDOSFileSystem
  845.     Stacksize = 4000
  846.     Priority = 5
  847.     GlobVec = -1
  848.     Buffers = 5
  849.     BufMemType = 1 
  850.     DosType = 0x4D534400
  851. #
  852.  
  853. Here is MSH example for a one meg hard drive file:-
  854.  
  855. MH0:       Device = hardfile.device
  856.            Unit   = 0
  857.            Flags  = 0
  858.            Surfaces  = 1
  859.            BlocksPerTrack = 32
  860.            LowCyl = 0
  861.            HighCyl = 62
  862.  
  863.     Reserved = 0
  864.     FileSystem = L:MessyFileSystem
  865.     Stacksize = 4000
  866.     Priority = 5
  867.     GlobVec = -1
  868.     Buffers = 5
  869.     BufMemType = 1 
  870.     DosType = 0
  871. #
  872.  
  873.      DO  NOT  use this device name(eg MH0:) as the hard drive specification
  874. for Hard Drive C or Hard Drive D in PC-Task.
  875.  
  876.      WARNING  filesystems usually make the assumption they are the only one
  877. with  access  to  a drive, hence they often keep data internally.  So don't
  878. write  from inside and outside PC-Task and expect both system to know about
  879. the change.  You can use the diskchange command from the Amiga side to tell
  880. the  Amiga  filesystem  that  the  disk  has been changed since it was last
  881. accessed but no such command exists under MSDOS.  I suggest you don't write
  882. to a drive from the Amiga side when PC-Task is running.
  883.  
  884.  
  885.           5.5 Amiga <-> IBM file exchanging with Partitions
  886.           *************************************************
  887.  
  888.      The  software  that  comes  with  Workbench 2.1/3.0, MSH, MultiDOS and
  889. similar  products can read and write to IBM DOS hard disk partitions.  Most
  890. products  currently  have  reservations  about  accessing  hard  drives so,
  891. proceed  completely  at  your  own  risk.   This  following  information if
  892. provided  as  a  guide,  consult the other product documentation for a more
  893. complete explanation.  This subject is further complicated by the option of
  894. getting  PC-Task  to give MSDOS different parameters to the real ones using
  895. DOSType=0x4d534800  as  outlined  in  section  5.1  (Creating  a Hard Drive
  896. partition).
  897.  
  898.      The  Workbench  2.1/3.0  software  appears  to handle getting past the
  899. partition  information if you have DosType = 0x4D534800 so you just need to
  900. create  a  mountlist  with the actual Device, Unit, Flags, LowCyl, HighCyl,
  901. Surfaces and BlocksPerTrack.  For example:-
  902.  
  903. PCC:
  904.          /* These values must be set to the values for your particular */
  905.          /* hard drive and partition. */
  906.          
  907.          Device = scsi.device
  908.          Unit =  0
  909.          Flags = 0
  910.          Surfaces = 4
  911.          BlocksPerTrack = 32
  912.          LowCyl = 551 ; HighCyl = 653
  913.  
  914.       FileSystem = L:CrossDOSFileSystem
  915.       Stacksize = 4000
  916.       Priority = 5
  917.       GlobVec = -1
  918.       DosType = 0x4d534800
  919.       Buffers = 30
  920.       BufMemType =0
  921. #
  922.  
  923.      WARNING  filesystems usually make the assumption they are the only one
  924. with  access  to  a drive, hence they often keep data internally.  So don't
  925. write  from inside and outside PC-Task and expect both system to know about
  926. the change.  You can use the diskchange command from the Amiga side to tell
  927. the  Amiga  filesystem  that  the  disk  has been changed since it was last
  928. accessed but no such command exists under MSDOS.  I suggest you don't write
  929. to a drive from the Amiga side when PC-Task is running.
  930.  
  931.  
  932.           5.6 Using a 5 1/4 40 track drive
  933.           ********************************
  934.  
  935.  
  936.      Some users have 5 1/4 inch disk drives connected to their Amiga's that
  937. have a switch for selecting 40 track operation or are 40 track drives only.
  938. These  probably  can  be  used with PC-Task if you add a mountlist entry so
  939. that  PC-Task  can see that they have 40 tracks instead of 80.  Add a entry
  940. like this to your "devs:mountlist" file:-
  941.  
  942.  
  943. MS3: /* Or whatever you want to call it */
  944.            Device = trackdisk.device    /* or mfm.device if you have it */
  945.            Unit   = 2                   /* 0=DF0: 1=DF1: 2=DF2: */ 
  946.            Flags  = 0
  947.            Surfaces  = 2
  948.            BlocksPerTrack = 9           /* 9=360K  8=320K */
  949.            LowCyl = 0
  950.            HighCyl = 39
  951. #
  952.  
  953.  
  954.      You  can  and  probably  should use a MSDOS device (such as mfm.device
  955. that  comes with Workbench 2.1/3.0) if you can instead of trackdisk.device.
  956. If  you  are  running  kickstart  1.2 or 1.3 you probably have to provide a
  957. MSDOS  device  because  the trackdisk.device you mount won't get patched by
  958. TDPatch1213 and hence will give errors.
  959.  
  960.      Execute  the command "mount MS3:" from a Shell/CLI.  Then just specify
  961. MS3:   in the Drive A or B entry on the PC-Task option screen and it should
  962. use that drive a 360K 5 1/4 disk drive.
  963.  
  964.  
  965.           5.7 Using an Amiga CDROM drive
  966.           ******************************
  967.  
  968.  
  969.      PC-Task comes with a very basic CDROM driver called PCTCDROM.SYS, this
  970. combined  with  the MSDOS CDROM extension software should allow the reading
  971. of CDROM's from PC-Task.  You must get the MSDOS CDROM extensions software.
  972.  
  973. Your config.sys file must have a entry:-
  974.  
  975. DEVICE=PCTCDROM.SYS /D:device,unit
  976.  
  977. Where device is the Amiga device to use to access the CDROM and unit is the
  978. unit number.  An example CONFIG.SYS file is :-
  979.  
  980. LASTDRIVE=F
  981. FILES=20
  982. DEVICE=SETVER.EXE
  983. DEVICE=PCTCDROM.SYS /D:cdx.device,0
  984.  
  985. You must do manually or have in your AUTOEXEC.BAT file a line like:-
  986.  
  987. \MSCDEX.EXE /D:MSCD001  /M:8   /V
  988.  
  989. the only argument that is important to PC-Task is the /D:MSCD001.
  990.  
  991. Notes:
  992.  
  993. MSCDEX  V1.20  doesn't like DOS 5.0 unless you use the MSDOS command SETVER
  994. on it.  It will come up with incorrect DOS version error otherwise.
  995.  
  996. cdx.device  requires  some  sort of signature to be in memory, this happens
  997. when  your  drive is mounted or you use the Signature program or something.
  998. See Xetec docs for more info.
  999.  
  1000. cdx.device can stuff up if you are reading from it with two programs at the
  1001. same time.  See Xetec docs for more info.
  1002.  
  1003.  
  1004.           5.8 Getting as much memory as possible
  1005.           **************************************
  1006.  
  1007.  
  1008.      If you have 1.5 meg or less memory available on your machine you might
  1009. not  be  getting  640K  for  your IBM-PC emulation.  Try one or more of the
  1010. following:-
  1011.  
  1012. Software
  1013.  
  1014.      Make  a  boot  disk  that  only  runs  PC-Task  (and TDPatch1213 if
  1015. 1.2/1.3).
  1016.  
  1017.      Select MDA instead of CGA, EGA or VGA.
  1018.  
  1019.      Switch off Serial and Parallel.
  1020.  
  1021.      Disconnect external disk drives.
  1022.  
  1023.      Lower the value of "Minimum Leave Available".
  1024.  
  1025.      Run  the  LeaveSlowFast  program  if you have a 512K Chip/512K Slow
  1026. Fast machine.
  1027.  
  1028.      Don't crunch the PC-Task program.
  1029.  
  1030. Hardware
  1031.  
  1032.      Many  A500/A501  machines  and  A2000's have 512K chip memory and 512K
  1033. fast  memory.   Since this memory is in separate locations PC-Task can only
  1034. allocate  a  largest  possible area of 512K.  Most of these machines can be
  1035. modified  to  instead  have  1  Megabyte of chip memory by a repair centre.
  1036. This  would  help  PC-Task  get more memory for emulation, and you wouldn't
  1037. lose  any  speed  as this "fast" memory is actually as slow as chip and not
  1038. real "fast".
  1039.  
  1040.      Buy some memory!
  1041.  
  1042.  
  1043.           5.9 Getting faster emulation
  1044.           ****************************
  1045.  
  1046. Software Methods
  1047.  
  1048.      Use  the  MDA  Graphics  Adapter  which  doesn't  have  the colors and
  1049. graphics but it is faster updating.
  1050.  
  1051.      If   you   must   use   CGA,   EGA   or  VGA,  add  MAXDEPTHTWO=ON  or
  1052. MAXDEPTHTHREE=ON to the PC-Task icon ToolTypes or your Shell/CLI arguments.
  1053. These  keywords  reduce  the  number  of  colors displayed but make a large
  1054. difference to speed on a machine with only chip and slow fast memory.
  1055.  
  1056.      Don't run other programs in the background.
  1057.  
  1058.      Use Kickstart/Workbench 2.0 or later OS.
  1059.  
  1060. Hardware Methods
  1061.  
  1062.      Having at least one Megabyte of true Fast ram (I recommend 2 or more).
  1063. Such as that goes on most Hard drive controllers such as the A590, A2091.
  1064.  
  1065.      A  faster  processor such as a 68020 or 68030 or 68040.  It is usually
  1066. very important to have at least a megabyte of 32bit ram with these as well.
  1067.  
  1068.      Having  an  AGA machine such as a A1200 or A4000.  Some of the display
  1069. modes  PC-Task uses will slow down graphics update on machines with the ECS
  1070. or earlier chipset.  The AGA chipset does not have this problem.
  1071.  
  1072.  
  1073. ***************************************************************************
  1074.  
  1075.  
  1076.           6.1 The Boot Procedure for IBM PC's
  1077.           ***********************************
  1078.  
  1079.  
  1080.      When  you  switch  on  an  IBM  PC  or  start PC-Task inbuilt routines
  1081. commonly  called  the  BIOS do some initialization.  Then the system checks
  1082. for  a  HardDrive C to read from and then give control to the DOS contained
  1083. on  the  boot  disk.  The the first sector on a DOS disk located on track 0
  1084. sector  1  side  0  called  the boot record, is loaded in and executed.  It
  1085. contains  a  routine to read in the ROM BIOS interface for the DOS which is
  1086. usually  contained  in a file called IBMBIO.COM or IO.SYS.  Then the actual
  1087. DOS program file called IBMDOS.COM or MSDOS.SYS is loaded and executed.
  1088.  
  1089.      Then  the  root directory of the boot disk is checked for a CONFIG.SYS
  1090. file  which  can contain information about device drivers and various other
  1091. configuration  details.   The  AUTOEXEC.BAT  file  is executed line by line
  1092. similar to the Amiga's "S:startup-sequence" file.
  1093.  
  1094.      COMMAND.COM  is  loaded  and  it  is the interface between DOS and the
  1095. user.  It produces the A> prompt or similar at which you type commands.
  1096.  
  1097.  
  1098. ***************************************************************************
  1099.  
  1100.  
  1101.           7.1 Technical Support
  1102.           *********************
  1103.  
  1104.  
  1105.     I  can  be  reached by the following methods, but these could change in
  1106. the future:-
  1107.  
  1108. Internet: bytey@werple.apana.org.au (Preferred)
  1109.  
  1110. ADSP: chrish@hames.adsp.sub.org
  1111.  
  1112. (note if you don't get a email reply assume it didn't get to me or my reply
  1113. bounced)
  1114.  
  1115. FidoNet:  Chris Hames   at   3:633/353
  1116.  
  1117. Voice & Fax:
  1118.      +61 3 802 8513 (GMT+10 hours)
  1119.      (03) 802 8513 in Australia
  1120.  
  1121. SnailMail(OhNo!):
  1122.  
  1123.      6 Pamela Crt
  1124.      Blackburn Sth
  1125.      VIC 3130
  1126.      Australia
  1127.  
  1128.           7.2 Common Problems
  1129.           *******************
  1130.  
  1131.  
  1132. Disk-Full requester when selecting CreateHardDiskFile:-
  1133.  
  1134.     You  have tried to create a file larger than the space available on the
  1135. hard  drive  you  specified.  Either reduce the size of the hard drive file
  1136. and try again or give a filename with a path to a different hard drive.
  1137.  
  1138.  
  1139. PC-Task68020+ hangs with GVP board:-
  1140.  
  1141.     Some  old  GVP  68030 Accelerator Boards have a PAL (a type of computer
  1142. chip)  that will will not allow the reading/writing from odd locations.  If
  1143. you  find  that  the  PC-Task68020+ version crashes or hangs soon after the
  1144. emulation  starts  this  could be the problem.  These people should contact
  1145. GVP  for  a replacement PAL which fixes this problem.  See the section 2.10
  1146. ToolTypes/ShellArguments on the BADPAL option.
  1147.  
  1148.  
  1149. Wrong program for your processor:-
  1150.  
  1151.     You  have  tried  to  run  the  incorrect  version  of PC-Task for your
  1152. processor.  Try another version.
  1153.  
  1154.  
  1155. Error opening or using parallel.device:-
  1156.  
  1157.     PC-Task  cannot  allocate the parallel.device for use.  Possibly caused
  1158. by  another  program  using the printer or no parallel.device found in your
  1159. "devs:" directory.
  1160.  
  1161.  
  1162. Error opening or using misc.resource:-
  1163.  
  1164.     PC-Task  cannot  allocate  the serial port for use.  Possibly caused by
  1165. another program using the serial port.
  1166.  
  1167.  
  1168. Error opening or using ciab.resource:-
  1169.  
  1170.     PC-Task cannot allocate the timer required for use.  Possibly caused by
  1171. another  program  using  timers,  so  try  again  after quitting from other
  1172. programs.
  1173.  
  1174.  
  1175. Keyboard seems to miss keys or similar:-
  1176.  
  1177.     I  suggest  users  delete  the keyb entry from their AutoExec.bat entry
  1178. unless you really need it to remap to a german keyboard or similar.
  1179.  
  1180.  
  1181.           7.3 Bug Reporting
  1182.           *****************
  1183.  
  1184.     The first thing to do when you think you have found a bug is to isolate
  1185. the  problem.   See  if  it  happens  when  you only run Commodore supplied
  1186. software as often third party programs are the problem.
  1187.  
  1188.     If  you  believe  you  have  found a bug, please try to provide as much
  1189. information  as  possible.   The  following information should be always be
  1190. provided with a bug report:-
  1191.  
  1192. Machine Model:
  1193. Kickstart:
  1194. Worbench:
  1195. Memory:
  1196. Expansion Boards:
  1197.  
  1198.      The  Workbench 2.0/2.1/3.0 program ShowConfig which is normally in the
  1199. Tools  directory  provides  all the above information except the model.  So
  1200. all you have to do is to open a shell window and type:-
  1201.  
  1202. "ShowConfig >ram:config" to produce a file called ram:config
  1203.  
  1204.     Or
  1205.  
  1206. "ShowConfig >PRT:" to print the information to your printer.
  1207.  
  1208.  
  1209.     All  of  the  information is important for any Amiga program.  Now some
  1210. PC-Task specifics are:-
  1211.  
  1212. PC-Task Version:
  1213. MSDOS Version:
  1214. Initial BIOS screen:
  1215.     Memory Available:
  1216.     Technical: Location Allocated
  1217. AUTOEXEC.BAT file:
  1218. CONFIG.SYS file:
  1219.  
  1220.  
  1221.     If  the  problem  is with a certain program, please provide the program
  1222. where possible (please ask before emailing me program).
  1223.  
  1224.  
  1225.           7.4 References
  1226.           **************
  1227.  
  1228.  
  1229. MSH
  1230.  
  1231.     "MESSYDOS FILE SYSTEM HANDLER" copyright by Olaf 'Rhialto' Seibert.  Is
  1232. a freely distributable piece of software that is available on the Fred Fish
  1233. disk  library  collection.   It  allows  you  to read and write IBM PC 720K
  1234. floppy  disks  as well as possibly hard disks from the Amiga environment as
  1235. if they where just Amiga format disks.  It is a shareware product so if you
  1236. get and use this software please reward its author.
  1237.  
  1238.  
  1239. MULTIDOS
  1240.  
  1241.     MultiDos is (C) Copyright 1990,1991 by Kjell H.  Didriksen.  All rights
  1242. reserved.   Freely distributable, except that it may not be distributed for
  1243. profit  without  written  permission  from  the author.  It can probably be
  1244. found on a Fish Disk or on BBS's and networks.
  1245.  
  1246. Fred Fish Library
  1247.  
  1248.     Is  a group of disks containing Freely Redistributable Software.  Disks
  1249. can be obtained through Amiga User Groups and dealers.
  1250.  
  1251.  
  1252.           7.4 Glossary
  1253.           ************
  1254.  
  1255.  
  1256. PATH
  1257.  
  1258.     The  description  of  where  a file is located.  Can contain device and
  1259. directory  names.   An  example is "DF0:hello" is the directory path to the
  1260. directory  "hello" on the default internal floppy disk drive "DF0:".  So if
  1261. you  wanted  to  refer to a file called "world" in that directory you would
  1262. give the full filename (including path) of "DF0:hello/world".
  1263.  
  1264. DOUBLE-CLICK
  1265.  
  1266.     Two quick presses of the button.
  1267.  
  1268. DRAWER
  1269.  
  1270.     Directory.  Allows files to be stored in a tree like structure.
  1271.  
  1272. GADGET
  1273.  
  1274.     A  graphical  representation  for a function that can be used using the
  1275. mouse.
  1276.  
  1277. PROCESSOR
  1278.  
  1279.     The  main  CPU  (central  processing  unit)  that the computer executes
  1280. instructions  on.   The  Amiga range of computers is based on the 68000 and
  1281. later processors.
  1282.  
  1283. DEPTH
  1284.  
  1285.     Often  when  talking about screens on the Amiga the word depth is used.
  1286. In  standard  display modes you can equate the palette from the depth.  For
  1287. example a depth of 4 means 4 bits are allocated for each pixel.  The amount
  1288. of colors that that would normally allow would be 2 to the power of 4 which
  1289. equals 16.  So for normal display modes (not HAM, HAM8 etc) Colors=2 to the
  1290. power of Depth.
  1291.  
  1292.  
  1293. EMAIL
  1294.  
  1295.     Electronic mail.
  1296.  
  1297. AGA
  1298.  
  1299.     Advanced Graphic Architecture.  The chipset which is found in the Amiga
  1300. 1200 and 4000 models.
  1301.  
  1302.  
  1303. GOLDENGATE
  1304.  
  1305.     The  GoldenGate  II  bridgecard lets you lets you use AT-compatible IBM
  1306. plug-in  cards in your Amiga PC slots as Amiga devices, controlled by Amiga
  1307. software.   The  GoldenGate  I  & II expansion boards are by David Salamon.
  1308. PC-Task will if a port is unknown try to use the GoldGate port.
  1309.  
  1310.  
  1311. PARTITION
  1312.  
  1313.     Subsection of a hard disk usually treated as if a separate hard drive.
  1314.  
  1315.  
  1316. Sorehead-TRSI
  1317.  
  1318.